From: Ken Brown Date: Sun, 29 Nov 2015 01:31:17 +0000 (-0500) Subject: ; * modules/mod-test/Makefile: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~1416 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0c517aa613cf1265dafd0d4cdc6edf9892803d2b;p=emacs.git ; * modules/mod-test/Makefile: Fix typo. --- diff --git a/modules/mod-test/Makefile b/modules/mod-test/Makefile index 1b74f477ac9..04529db9795 100644 --- a/modules/mod-test/Makefile +++ b/modules/mod-test/Makefile @@ -24,7 +24,7 @@ CC = gcc LD = gcc LDFLAGS = -# On MS-Windows, say "make SO=.dll" to build the module +# On MS-Windows, say "make SO=dll" to build the module SO = so # -fPIC is a no-op on Windows, but causes a compiler warning ifeq ($(SO),dll)